type errors.errorString

3 uses

	errors (current package)
		errors.go#L59: 	return &errorString{text}
		errors.go#L63: type errorString struct {
		errors.go#L67: func (e *errorString) Error() string {